home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / iconv8_l.arc / IDOL.ARC / LABELGEN.IOL < prev    next >
Encoding:
Text File  |  1990-03-19  |  230 b   |  10 lines

  1. class labelgen : Sequence(prefix,postfix)
  2.   method activate()
  3.     return self.prefix||self$Sequence.activate()||self.postfix
  4.   end
  5. initially
  6.   /(self.prefix) := ""
  7.   /(self.postfix) := ""
  8.   /(self.bounds)  := [50000]
  9. end
  10.